﻿#bigBox {
  width: 94%;
}
#sliderBar {
  display: none;
}
#header {
  display: none;
}
#mobile-head {
  display: block;
  position: relative;
}
#mobile-head .top {
  width: 100%;
  height: 16vw;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
#mobile-head .top .logo {
  width: 35vw;
  height: auto;
}
#mobile-head .top .logo img {
  width: 100%;
}
#mobile-head .top .nav-btn {
  width: 8vw;
  height: 7vw;
  background: url(../img/17.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3.5vw;
  transition: all .3s;
}
#mobile-head .top .nav-btn.on {
  background: url(../img/20.png) no-repeat;
  background-size: 100% 100%;
}
#mobile-head .bottom {
  width: 107%;
  /*height: calc(100vh - 16vw);*/
  background-color: rgba(49, 49, 49, 0.7);
  justify-content: flex-end;
  position: absolute;
  top: 16vw;
  left: -3.5%;
  z-index: 99;
  display: none;
}
#mobile-head .bottom .main {
  width: 76%;
  height: 100%;
  background-color: #f8f8f8;
}
#mobile-head .bottom .main ul {
  width: 100%;
  height: 76%;
  overflow: auto;
}
#mobile-head .bottom .main ul li a,
#mobile-head .bottom .main ul dd a {
  display: block;
  width: 100%;
  height: 10vw;
  line-height: 10vw;
  box-sizing: border-box;
  border-bottom: 1px solid #d2d2d2;
  padding-left: 24vw;
}
#mobile-head .bottom .main ul li a.a1,
#mobile-head .bottom .main ul dd a.a1 {
  color: #272727;
  font-size: 4vw;
}
#mobile-head .bottom .main ul li a.a2,
#mobile-head .bottom .main ul dd a.a2 {
  color: #626262;
  font-size: 3.6vw;
}
#mobile-head .bottom .main ul li a.a2 i,
#mobile-head .bottom .main ul dd a.a2 i {
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url(../img/18.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 2vw;
  margin-left: 3px;
}
/*#mobile-head .bottom .main ul li[data-id="1"] .a1::after,
#mobile-head .bottom .main ul li[data-id="2"] .a1::after {
  content: '专项页';
  font-size: 3.6vw;
  color: #202a80;
  display: inline-block;
  background: url(../img/19.png) left center no-repeat;
  background-size: 36% auto;
  margin-left: 7vw;
  width: 20vw;
  text-align: right;
}*/
#mobile-head .bottom .main .wx {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 5vw;
}
#mobile-head .bottom .main .wx img {
    width: 22vw;
    height: 22vw;
    display: block;
}
#mobile-head .bottom .main .wx p {
  width: 100%;
  color: #272727;
  font-size: 3.6vw;
  text-align: center;
}
#mobile-head .bottom.on {
  display: flex;
}
#footer .home-top {
  height: 13vw;
  padding: 2vw;
}
#footer .home-top a {
  font-size: 3.6vw;
}
#footer .home-top a i {
  top: 0.4vw;
}
#footer .home-top a span {
  font-size: 4vw;
  top: 0.1vw;
  padding: 0 2vw;
}
#footer .home-top #returnTop {
  font-size: 4vw;
}
#footer .main .center {
  width: 90%;
}
#footer .main .center .main-top {
  width: 94%;
  margin: 8vw auto;
}
#footer .main .center .main-top .left {
  width: 45%;
}
#footer .main .center .main-top .left ul {
  flex-wrap: wrap;
  margin-top: -4vw;
}
#footer .main .center .main-top .left ul li {
  width: 50%;
  margin-right: 0;
  margin-top: 4vw;
  text-align: center;
}
#footer .main .center .main-top .left ul li .a1 {
  font-size: 3.4vw;
}
#footer .main .center .main-top .left ul li dl {
  display: none;
}
#footer .main .center .main-top .left ul li:nth-child(2n) {
  text-align: right;
}
#footer .main .center .main-top .right {
  width: 45%;
}
#footer .main .center .main-top .right ul li {
  display: flex;
  font-size: 3.4vw;
  margin-top: 3vw;
}
#footer .main .center .main-top .right ul li i {
  margin-right: 2vw;
}
#footer .main .center .main-top .right ul li span {
  display: inline-block;
  width: 90%;
  word-break: break-all;
}
#footer .main .center .main-top .right ul li:nth-child(1) {
  margin-top: 0px;
}
#footer .main .center .main-top .right ul li:nth-child(1) i {
  width: 17px;
  height: 11px;
  background: url(../img/2.png) no-repeat;
  background-size: 100% 100%;
  top: 3px;
}
#footer .main .center .main-top .right ul li:nth-child(2) i {
  width: 15px;
  height: 15px;
  background: url(../img/3.png) no-repeat;
  background-size: 100% 100%;
  top: 0px;
}
#footer .main .center .main-top .right ul li:nth-child(3) i {
  width: 14px;
  height: 18px;
  background: url(../img/4.png) no-repeat;
  background-size: 100% 100%;
  top: -1px;
}
#footer .main .center .copy-right {
  width: auto;
  height: auto;
  line-height: 1.6;
  text-align: justify;
  font-size: 3.6vw;
  padding: 3vw 2vw;
}
.sub-page-main {
  width: 100%;
  display: block;
}
.sub-page-main .sub-page-left {
  display: none;
}
.sub-page-main .sub-page-right {
  width: 100%;
}
.banner-style .swiper-button-next,
.banner-style .swiper-button-prev {
  width: 7vw;
  height: 7vw;
  margin-top: -3.5vw;
}
.banner-style .swiper-button-next {
  background: #1f2a7c url(../img/7.png) center center no-repeat;
  background-size: auto 60%;
}
.banner-style .swiper-button-prev {
  background: #1f2a7c url(../img/7.png) center center no-repeat;
  background-size: auto 60%;
}
.pc-sub-banner {
  display: none;
}
.mobile-sub-banner {
  display: block;
  height: 63.4vw;
}
#location {
  height: auto;
  line-height: inherit;
  justify-content: flex-start;
  padding: 2.4vw 0;
  padding-right: 0;
  padding-left: 4vw;
  background-color: #f8f8f8;
  display: flex;
  margin-top: 2vw;
  align-items: baseline;
}
#location i {
  top: 2px;
}
#location .span-box {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  display: inline-block;
}
#location a span {
  padding: 0 1vw;
}
#pages {
  margin: 6vw 0;
}
#pages a {
  width: 8vw;
  height: 8vw;
  line-height: 8vw;
  font-size: 3.6vw;
  margin: 0 0.6vw;
}
#pages a:first-child,
#pages a:last-child {
  font-size: 4vw;
}

#mobile_nav_switch{
  display: block;
}
#mobile_nav_switch ul{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#mobile_nav_switch p{
  margin-top: 2vw;
  font-size: 4vw;
}
#mobile_nav_switch ul li{
  width:auto;
  margin-right: 2vw;
  margin-top: 2vw;
}
#mobile_nav_switch ul li label span{
  font-size: 4vw;
}
#mobile_nav_switch ul li label span::before{
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  border:1px solid #AAAAAA;
  border-radius: 50%;
  position: relative;
  top: 3px;
  margin-right: 2vw;
      box-sizing: border-box;
}
#mobile_nav_switch ul li label input:checked+span::before{
  background-color: #222A77;
  background-clip: content-box;
  padding: 3px;
}
#mobile_nav_switch ul li label input{
  position: absolute;
  clip: rect(0, 0, 0, 0);
}


